home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
LunarLander.swf
/
scripts
/
frame_1
/
PlaceObject2_5_2
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
158 b
|
9 lines
onClipEvent(enterFrame){
p = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
_xscale = p;
if(p == 100)
{
_root.play();
}
}